home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / comm / misc / ToggleDTR10.readme < prev    next >
Text File  |  1993-10-17  |  2KB  |  70 lines

  1. Short: Controls DTR signal of internal port
  2. Uploader: jow@rz.uni-wuerzburg.de
  3. Author: marc@aargh.incubus.sub.org
  4.  
  5. [ this is a slightly condensed version of ToggleDTR.doc, because
  6.   the .readme was incomplete.  -- jow ]
  7.  
  8.  
  9. Disclaimer
  10. ~~~~~~~~~~
  11.  
  12. This  program  (and  all  files  related  to it) are Copyright 1993 by Marc
  13. Heuler (Data Design), all rights reserved.
  14.  
  15.   You may freely distribute ToggleDTR by these conditions:
  16.  
  17.         · Don't take *anything* for copying, except the cost of the media
  18.           itself
  19.  
  20.         · Do not change any of the files related to this program
  21.  
  22.         · Distribute all related files at once, packed into one archive
  23.  
  24.         · German PD-Serials are not allowed to distribute this program
  25.  
  26.         · Fred Fish with his famous software library does *not* have to
  27.           care about all these conditions.
  28.  
  29. This  program  is  "AS  IS",  which  means  you  use it at your *own* risk.
  30. There's no warranty at all.  Please do read the WARNING section.
  31.  
  32. Many thanks to Michael Herold for the inspiration.
  33.  
  34.  
  35.  
  36. Requirements
  37. ~~~~~~~~~~~~
  38.  
  39. This  program  supports  and  requires  Kickstart 2.04 (v37) or higher.  It
  40. works on the internal serial port only.
  41.  
  42.  
  43.  
  44. What is it?
  45. ~~~~~~~~~~~
  46.  
  47. My system often calls out automatically via modem.  The UUCP software I use
  48. sometimes  hangs  on a call.  It then sends error messages until I manually
  49. abort the transfer.  This is very annoying since the call costs money.
  50.  
  51. ToggleDTR  is  the solution to those problems.  I use it to turn of the DTR
  52. signal  for a few seconds when UUCico is spending too much time on a call -
  53. causing the modem to hang up.
  54.  
  55.  
  56.  
  57. WARNING
  58. ~~~~~~~
  59.  
  60. This  program  is  a  *dirty*  hack.  It does access the hardware directly.
  61. These are the things you should know before running it:
  62.  
  63.     · Blindly accesses bit 7 in ciapra of CIA-B to control DTR signal.
  64.  
  65.     · Checks left and right mousebutton for abort using the hardware
  66.       registers.
  67.  
  68.     · Does the inner loop while Forbid()ing multitasking to prevent
  69.       hazardous trouble on the serial port.
  70.